home *** CD-ROM | disk | FTP | other *** search
- function setVars()
- {
- level = 1;
- wind = 0;
- paused = false;
- chickA = new Array();
- chopper_fall_speed = 1.2;
- chopper_fuel_start = 1000;
- chopper_fuel_drain = 1;
- chopper_fall_speed = 1.2;
- chopper_speed_x_limit = 6;
- chopper_speed_y_limit = 2.9;
- chopper_number_cutoff = 0.002;
- chopper_slowdown_Yrate = 0.1;
- chopper_slowdown_Xrate = 0.15;
- c_s_r = 0.5;
- chopper_rotate_limit = 30;
- chopper_ground_y = 442;
- chopper_top_y = 125;
- c_f_r = 450;
- c_f_l = 40;
- chopper_crash_speed = chopper_speed_x_limit - 2;
- var _loc2_ = _root.base._width;
- var _loc1_ = 500;
- num_of_lives = 3;
- background_limit = _loc2_ - _loc1_ - 20;
- var _loc3_ = _loc1_ / _loc2_;
- setProperty("_root.map.map_screen", _xscale, 277 * _loc3_);
- map_diff = 277 * _loc3_;
- map_scroll_percent = (277 - map_diff) / background_limit;
- var map_diff = chopper_ground_y - chopper_top_y;
- map_mini_chopper_per = 16 / map_diff;
- map_diff = 480;
- }
- setVars();
-